Skip to content

build(deps): bump org.eclipse.jetty:jetty-bom from 12.0.31 to 12.1.7#15012

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/org.eclipse.jetty-jetty-bom-12.1.7
Open

build(deps): bump org.eclipse.jetty:jetty-bom from 12.0.31 to 12.1.7#15012
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/org.eclipse.jetty-jetty-bom-12.1.7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps org.eclipse.jetty:jetty-bom from 12.0.31 to 12.1.7.

Release notes

Sourced from org.eclipse.jetty:jetty-bom's releases.

12.1.7

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #14566 - CompressionHandler/GzipEncoderSink not respect setSyncFlush(true)
  • #14495 - Support Transfer-Encoding chunk extensions
  • #14485 - Illegal header value on UTF-8 encoding when using HTTP/2
  • #14442 - Allow splitting of Transfer-Encoding chunks
  • #14436 - Jetty 12.1.6 HttpFields from(HttpField...) does not provide opportunity to set compliance listener (@​afarber)
  • #14435 - NoSuchMethodError error raised by HttpStateChannel with Jetty 12.1.6 run with maven plugin
  • #14408 - Redundant database index created by JDBCSessionDataStore
  • #14373 - Response listener that avoids any data copies
  • #14366 - Clarify Deprecation Policy
  • #14165 - Integrating Eclipse Soteria with Jetty EE10+

12.1.6

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #14360 - jetty-ee8-cdi missing from jetty-ee8-bom
  • #14330 - VirtualThreadPool can create unlimited threads while doc mentions otherwise
  • #14319 - ZSTD CompressionHandler may duplicate bytes in response (@​afarber)
  • #14280 - jetty-ee11-servlets mistakenly depends on jetty-client
  • #14264 - org.eclipse.jetty.server.Response.sendRedirect doesn't allow a location containing a fragment (/#fragment)
  • #14260 - Improve GZIP performance
  • #14209 - Unable to use custom XmlParser for WebAppContext / MetaData descriptor parsing
  • #14137 - 304 Not Modified produces incorrect ETag from CompressionHandler.
  • #14068 - Jetty tmpdir processing doesn't match Java on Windows
  • #14061 - Jetty 12.1.4 demo HTTP/3 wrong port in alt-svc response header (@​afarber)
  • #13686 - Improve grow algorithms
  • #13670 - jetty-ee11-servlet getParameter does not throw IllegalStateException
  • #13353 - Create a glossary in the documentation (@​afarber)
  • #13328 - Add option to share thread pool in ProxyHandler (@​afarber)
  • #12806 - ComplianceViolation.Listener isn't very useful for helping identify clients that need to migrate to standards
  • #12660 - Tagging the ClientUpgradeRequest to be able to support per-request client ssl auth
  • #11505 - Document HttpURI methods (@​afarber)
  • #10905 - Support cookie name prefixes (@​afarber)
  • #10355 - Http3Fields efficiency
  • #10281 - pom.xml description tags need updated
  • #9019 - Server cannot be closed gracefully when ServerConnector's IdleTimeout is 0

12.1.5

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@github-actions
Copy link
Contributor

github-actions bot commented Mar 11, 2026

Tests report quick summary:

failed ❌ > tests: 4038, success: 4019, skipped: 13, failed: 6

Project Status Success Skipped Failed
cli failed ❌ 78 0 1
core failed ❌ 2003 0 1
executor success ✅ 4 0 0
jdbc success ✅ 11 0 0
jdbc-h2 success ✅ 475 0 0
jdbc-mysql success ✅ 478 0 0
jdbc-postgres success ✅ 478 0 0
processor success ✅ 7 0 0
runner-memory success ✅ 1 0 0
scheduler failed ❌ 23 0 1
script success ✅ 12 0 0
storage-local success ✅ 64 0 0
webserver failed ❌ 394 0 3
worker success ✅ 4 0 0

Failed tests:

cli > io.kestra.cli.commands.plugins.PluginSearchCommandTest > initializationError failed ❌ in 0.011
java.lang.NoSuchMethodError: 'org.eclipse.jetty.util.component.Environment org.eclipse.jetty.util.component.Environment.ensure(java.lang.String)'

java.lang.NoSuchMethodError: 'org.eclipse.jetty.util.component.Environment org.eclipse.jetty.util.component.Environment.ensure(java.lang.String)'
	at org.eclipse.jetty.ee10.servlet.ServletContextHandler.<clinit>(ServletContextHandler.java:135)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.addAdminContext(Jetty12HttpServer.java:256)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.createHandler(Jetty12HttpServer.java:195)
	at com.github.tomakehurst.wiremock.jetty.JettyHttpServer.<init>(JettyHttpServer.java:101)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.<init>(Jetty12HttpServer.java:74)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServerFactory.buildHttpServer(Jetty12HttpServerFactory.java:33)
	at com.github.tomakehurst.wiremock.WireMockServer.<init>(WireMockServer.java:75)
	at com.github.tomakehurst.wiremock.junit5.WireMockExtension.startServerIfRequired(WireMockExtension.java:233)
	at com.github.tomakehurst.wiremock.junit5.WireMockExtension.beforeAll(WireMockExtension.java:300)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)

core > io.kestra.core.runners.pebble.functions.HttpFunctionTest > initializationError failed ❌ in 0.013
java.lang.NoSuchMethodError: 'org.eclipse.jetty.util.component.Environment org.eclipse.jetty.util.component.Environment.ensure(java.lang.String)'

java.lang.NoSuchMethodError: 'org.eclipse.jetty.util.component.Environment org.eclipse.jetty.util.component.Environment.ensure(java.lang.String)'
	at org.eclipse.jetty.ee10.servlet.ServletContextHandler.<clinit>(ServletContextHandler.java:135)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.addAdminContext(Jetty12HttpServer.java:256)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.createHandler(Jetty12HttpServer.java:195)
	at com.github.tomakehurst.wiremock.jetty.JettyHttpServer.<init>(JettyHttpServer.java:101)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.<init>(Jetty12HttpServer.java:74)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServerFactory.buildHttpServer(Jetty12HttpServerFactory.java:33)
	at com.github.tomakehurst.wiremock.WireMockServer.<init>(WireMockServer.java:75)
	at com.github.tomakehurst.wiremock.junit5.WireMockExtension.startServerIfRequired(WireMockExtension.java:233)
	at com.github.tomakehurst.wiremock.junit5.WireMockExtension.beforeAll(WireMockExtension.java:300)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)

scheduler > io.kestra.scheduler.SchedulerStreamingTest > simple() failed ❌ in 2.406
java.util.NoSuchElementException: No value present

java.util.NoSuchElementException: No value present
	at java.base/java.util.Optional.orElseThrow(Optional.java:377)
	at io.kestra.scheduler.SchedulerStreamingTest.lambda$simple$0(SchedulerStreamingTest.java:101)
	at io.kestra.scheduler.SchedulerStreamingTest.run(SchedulerStreamingTest.java:81)
	at io.kestra.scheduler.SchedulerStreamingTest.simple(SchedulerStreamingTest.java:90)
	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension$2.proceed(MicronautJunit5Extension.java:154)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:171)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:128)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension.interceptTestMethod(MicronautJunit5Extension.java:141)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)

webserver > io.kestra.webserver.controllers.api.AiControllerTest > initializationError failed ❌ in 0.005
java.lang.NoSuchMethodError: 'org.eclipse.jetty.util.component.Environment org.eclipse.jetty.util.component.Environment.ensure(java.lang.String)'

java.lang.NoSuchMethodError: 'org.eclipse.jetty.util.component.Environment org.eclipse.jetty.util.component.Environment.ensure(java.lang.String)'
	at org.eclipse.jetty.ee10.servlet.ServletContextHandler.<clinit>(ServletContextHandler.java:135)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.addAdminContext(Jetty12HttpServer.java:256)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.createHandler(Jetty12HttpServer.java:195)
	at com.github.tomakehurst.wiremock.jetty.JettyHttpServer.<init>(JettyHttpServer.java:101)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.<init>(Jetty12HttpServer.java:74)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServerFactory.buildHttpServer(Jetty12HttpServerFactory.java:33)
	at com.github.tomakehurst.wiremock.WireMockServer.<init>(WireMockServer.java:75)
	at com.github.tomakehurst.wiremock.junit5.WireMockExtension.startServerIfRequired(WireMockExtension.java:233)
	at com.github.tomakehurst.wiremock.junit5.WireMockExtension.beforeAll(WireMockExtension.java:300)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)

webserver > io.kestra.webserver.controllers.api.BlueprintControllerTest > initializationError failed ❌ in 0.001
java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.jetty.ee10.servlet.ServletContextHandler

java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.jetty.ee10.servlet.ServletContextHandler
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.addAdminContext(Jetty12HttpServer.java:256)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.createHandler(Jetty12HttpServer.java:195)
	at com.github.tomakehurst.wiremock.jetty.JettyHttpServer.<init>(JettyHttpServer.java:101)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.<init>(Jetty12HttpServer.java:74)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServerFactory.buildHttpServer(Jetty12HttpServerFactory.java:33)
	at com.github.tomakehurst.wiremock.WireMockServer.<init>(WireMockServer.java:75)
	at com.github.tomakehurst.wiremock.junit5.WireMockExtension.startServerIfRequired(WireMockExtension.java:233)
	at com.github.tomakehurst.wiremock.junit5.WireMockExtension.beforeAll(WireMockExtension.java:300)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchMethodError: 'org.eclipse.jetty.util.component.Environment org.eclipse.jetty.util.component.Environment.ensure(java.lang.String)' [in thread "Test worker"]
	at org.eclipse.jetty.ee10.servlet.ServletContextHandler.<clinit>(ServletContextHandler.java:135)
	... 9 more

webserver > io.kestra.webserver.services.BasicAuthServiceTest > initializationError failed ❌ in 0
java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.jetty.ee10.servlet.ServletContextHandler

java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.jetty.ee10.servlet.ServletContextHandler
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.addAdminContext(Jetty12HttpServer.java:256)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.createHandler(Jetty12HttpServer.java:195)
	at com.github.tomakehurst.wiremock.jetty.JettyHttpServer.<init>(JettyHttpServer.java:101)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServer.<init>(Jetty12HttpServer.java:74)
	at com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServerFactory.buildHttpServer(Jetty12HttpServerFactory.java:33)
	at com.github.tomakehurst.wiremock.WireMockServer.<init>(WireMockServer.java:75)
	at com.github.tomakehurst.wiremock.junit5.WireMockExtension.startServerIfRequired(WireMockExtension.java:233)
	at com.github.tomakehurst.wiremock.junit5.WireMockExtension.beforeAll(WireMockExtension.java:300)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchMethodError: 'org.eclipse.jetty.util.component.Environment org.eclipse.jetty.util.component.Environment.ensure(java.lang.String)' [in thread "Test worker"]
	at org.eclipse.jetty.ee10.servlet.ServletContextHandler.<clinit>(ServletContextHandler.java:135)
	... 9 more

@github-actions
Copy link
Contributor

github-actions bot commented Mar 11, 2026

🧪 Java Unit Tests

TestsPassed ☑️Skipped ⚠️Failed ❌️Time ⏱
Java Tests Report4038 ran4019 ✅13 ⚠️6 ❌41m 56s 354ms
TestResultTime ⏱
Java Tests Report
PluginSearchCommandTest.initializationError❌ failure11ms
HttpFunctionTest.initializationError❌ failure13ms
SchedulerStreamingTest.simple()❌ failure2s 406ms
AiControllerTest.initializationError❌ failure5ms
BlueprintControllerTest.initializationError❌ failure1ms
BasicAuthServiceTest.initializationError❌ failure

@dependabot dependabot bot force-pushed the dependabot/gradle/org.eclipse.jetty-jetty-bom-12.1.7 branch from 1bf1993 to 5484006 Compare March 11, 2026 09:46
Bumps [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) from 12.0.31 to 12.1.7.
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-12.0.31...jetty-12.1.7)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-version: 12.1.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.eclipse.jetty-jetty-bom-12.1.7 branch from 5484006 to 9475be0 Compare March 11, 2026 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/backend Needs backend code changes dependency-upgrade Dependency upgrade is needed

Projects

Status: To review

Development

Successfully merging this pull request may close these issues.

0 participants